3.83 \(\int \sin ^m(c+d x) (a+b \tan (c+d x))^n \, dx\)

Optimal. Leaf size=23 \[ \text{CannotIntegrate}\left (\sin ^m(c+d x) (a+b \tan (c+d x))^n,x\right ) \]

[Out]

CannotIntegrate[Sin[c + d*x]^m*(a + b*Tan[c + d*x])^n, x]

________________________________________________________________________________________

Rubi [A]  time = 2.46307, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \sin ^m(c+d x) (a+b \tan (c+d x))^n \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sin[c + d*x]^m*(a + b*Tan[c + d*x])^n,x]

[Out]

Defer[Int][Sin[c + d*x]^m*(a + b*Tan[c + d*x])^n, x]

Rubi steps

\begin{align*} \int \sin ^m(c+d x) (a+b \tan (c+d x))^n \, dx &=\int \sin ^m(c+d x) (a+b \tan (c+d x))^n \, dx\\ \end{align*}

Mathematica [A]  time = 3.18417, size = 0, normalized size = 0. \[ \int \sin ^m(c+d x) (a+b \tan (c+d x))^n \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sin[c + d*x]^m*(a + b*Tan[c + d*x])^n,x]

[Out]

Integrate[Sin[c + d*x]^m*(a + b*Tan[c + d*x])^n, x]

________________________________________________________________________________________

Maple [A]  time = 0.644, size = 0, normalized size = 0. \begin{align*} \int \left ( \sin \left ( dx+c \right ) \right ) ^{m} \left ( a+b\tan \left ( dx+c \right ) \right ) ^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(d*x+c)^m*(a+b*tan(d*x+c))^n,x)

[Out]

int(sin(d*x+c)^m*(a+b*tan(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \tan \left (d x + c\right ) + a\right )}^{n} \sin \left (d x + c\right )^{m}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^m*(a+b*tan(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*tan(d*x + c) + a)^n*sin(d*x + c)^m, x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (b \tan \left (d x + c\right ) + a\right )}^{n} \sin \left (d x + c\right )^{m}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^m*(a+b*tan(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*tan(d*x + c) + a)^n*sin(d*x + c)^m, x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)**m*(a+b*tan(d*x+c))**n,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^m*(a+b*tan(d*x+c))^n,x, algorithm="giac")

[Out]

Exception raised: TypeError